func strconv.isPowerOfTwo

2 uses

	strconv (current package)
		itoa.go#L154: 	} else if isPowerOfTwo(base) {
		itoa.go#L204: func isPowerOfTwo(x int) bool {